Skip to content

Remove -Werror #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2015
Merged

Remove -Werror #323

merged 1 commit into from
Aug 2, 2015

Conversation

joerg-krause
Copy link
Contributor

-Werror shouldn't be used in released code since it can cause random build failures on moderate warnings. It also depends on the used toolchain since different toolchains may or may not print the same warnings.

-Werror shouldn't be used in released code since it can cause random build
failures on moderate warnings. It also depends on the used toolchain since
different toolchains may or may not print the same warnings.
@cdunn2001
Copy link
Contributor

Agreed. But we should try to inject it into the Travis CI build.

cdunn2001 added a commit that referenced this pull request Aug 2, 2015
@cdunn2001 cdunn2001 merged commit 912d550 into open-source-parsers:master Aug 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants